Bumped project copyright year.
[AROS.git] / scripts / bumpyear.sh
blob1a86b741d5ab097a8dfc51a1791a5d77aa4a9948
1 #!/bin/bash
3 START_YEAR=1995
4 OLD_YEAR=2014
5 NEW_YEAR=2015
6 SUB=s/$START_YEAR-$OLD_YEAR/$START_YEAR-$NEW_YEAR/g
7 echo "$SUB"
9 sed -i "$SUB" AROS/arch/m68k-amiga/boot/ext_entry.S
10 sed -i "$SUB" AROS/arch/m68k-amiga/boot/rom_entry.S
11 sed -i "$SUB" AROS/rom/dos/boot.c
12 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/aboutaros.cd
13 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/croatian.ct
14 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/czech.ct
15 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/danish.ct
16 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/dutch.ct
17 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/finnish.ct
18 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/french.ct
19 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/german.ct
20 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/italian.ct
21 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/polish.ct
22 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/portuguese.ct
23 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/russian.ct
24 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/spanish.ct
25 sed -i "$SUB" AROS/workbench/system/AboutAROS/catalogs/swedish.ct
27 sed -i "$SUB" Documentation/targets/www/template/languages/cs
28 sed -i "$SUB" Documentation/targets/www/template/languages/de
29 sed -i "$SUB" Documentation/targets/www/template/languages/el
30 sed -i "$SUB" Documentation/targets/www/template/languages/en
31 sed -i "$SUB" Documentation/targets/www/template/languages/es
32 sed -i "$SUB" Documentation/targets/www/template/languages/fi
33 sed -i "$SUB" Documentation/targets/www/template/languages/fr
34 sed -i "$SUB" Documentation/targets/www/template/languages/it
35 sed -i "$SUB" Documentation/targets/www/template/languages/nl
36 sed -i "$SUB" Documentation/targets/www/template/languages/pl
37 sed -i "$SUB" Documentation/targets/www/template/languages/pt
38 sed -i "$SUB" Documentation/targets/www/template/languages/ru
39 sed -i "$SUB" Documentation/targets/www/template/languages/sv