Index: bisecter/bisecter =================================================================== --- bisecter/bisecter (revision 34872) +++ bisecter/bisecter (revision 34873) @@ -17,7 +17,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd # if test -z "$CONF" Index: devhelpers/font2c.sh =================================================================== --- devhelpers/font2c.sh (revision 34872) +++ devhelpers/font2c.sh (revision 34873) @@ -16,8 +16,8 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd -# http://repo.hu/projects/librnd +# http://www.repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd awk ' Index: devhelpers/inc_valid.sh =================================================================== --- devhelpers/inc_valid.sh (revision 34872) +++ devhelpers/inc_valid.sh (revision 34873) @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd # include validation: # - in .c files config.h must be included Index: devhelpers/inc_weed_out.sh =================================================================== --- devhelpers/inc_weed_out.sh (revision 34872) +++ devhelpers/inc_weed_out.sh (revision 34873) @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd # include weed-out: attempt to compile an object with each #include lines # commented out one by one; if commenting an #include doesn't change compiler Index: devhelpers/plug_dep_test.sh =================================================================== --- devhelpers/plug_dep_test.sh (revision 34872) +++ devhelpers/plug_dep_test.sh (revision 34873) @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd # # tip: installing ccache will speed this up a lot! Index: devhelpers/rename.sh =================================================================== --- devhelpers/rename.sh (revision 34872) +++ devhelpers/rename.sh (revision 34873) @@ -1,5 +1,5 @@ #!/bin/sh find . -name '*.[chly]' -exec sed -i "$@" {} \; -find . -name 'config.h.in' -exec sed -i "$@" {} \; + Index: keylist.sh =================================================================== --- keylist.sh (revision 34872) +++ keylist.sh (revision 34873) @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd AWK=awk Index: menu2svg.sh =================================================================== --- menu2svg.sh (revision 34872) +++ menu2svg.sh (revision 34873) @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # -# http://repo.hu/projects/pcb-rnd +# http://www.repo.hu/projects/librnd fn="$1" if test -z $fn