Skip to content

Commit

Permalink
Add 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 4, 2014
1 parent dd977b1 commit 6f27618
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Upstream-Contact: eloaders <eloaders@linux.pl>
Source: https://launchpad.net/i-nex

Files: src/i-nex/*
Copyright: 2011-2013 eloaders <eloaders@linux.pl>
Copyright: 2011-2014 eloaders <eloaders@linux.pl>
License: LGPL-3+
I-Nex free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
Expand All @@ -24,7 +24,7 @@ License: LGPL-3+
`/usr/share/common-licenses/LGPL-3'.

Files: debian/*
Copyright: 2011-2013 eloaders <eloaders@linux.pl>
Copyright: 2011-2014 eloaders <eloaders@linux.pl>
License: GPL-3+
This software is licensed to you under the GNU General Public License,
version 3 (GPLv3). There is NO WARRANTY for this software, express or
Expand Down
1 change: 1 addition & 0 deletions debian/i-nex-lspci
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Copyright (c) 2013-2014 Michał Głowienka <eloaders@linux.pl>
lspci_nonpre() {
lspci -v -s `lspci | awk '/VGA/{print $1}'` | sed -n '/Memory.*, prefetchable/s/.*\[size=\([^]]\+\)\]/\1/p'
}
Expand Down
1 change: 1 addition & 0 deletions src/i-nex/Data/report-ng.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
# Copyright (c) 2013-2014 Michał Głowienka <eloaders@linux.pl>
#if [ -e /proc/modules ]; then
# X=`cat /proc/modules | sed -e "s/ .*$//"`
# echo "Modules Loaded "$X
Expand Down

0 comments on commit 6f27618

Please sign in to comment.